home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / tokens.ctl < prev    next >
Text File  |  2000-05-12  |  633b  |  25 lines

  1. -- RCSVER $Id: tokens.ctl,v 1.1 2000-05-03 12:29:27-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:         tokens
  6. -- Date:         02/01/2000
  7. -- memo:         Randy Wood
  8. -- Description:  Load the data for the tokens table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE tokens fields terminated by "|"
  14. trailing nullcols
  15. (
  16.     token,
  17.     fareset,
  18.     fare,
  19.     coin_size,
  20.     descr,
  21.     config_num,
  22.     beep_class    
  23. )
  24. begindata
  25.